Get the value for the cgi variable for the passed in name and index. keep in mind that the cgi environment can have multiple variables of the same name the index allows us to specify which one we want.
return a string with the cgi variables value.
See Implementation
Get the value for the cgi variable for the passed in name and index. keep in mind that the cgi environment can have multiple variables of the same name the index allows us to specify which one we want.
return a string with the cgi variables value.